Skip to content

Comments

fix: Update pre-release usage guidance#1098

Merged
jsonbailey merged 3 commits intomainfrom
devin/1770764870-update-prerelease-guidance
Feb 11, 2026
Merged

fix: Update pre-release usage guidance#1098
jsonbailey merged 3 commits intomainfrom
devin/1770764870-update-prerelease-guidance

Conversation

@jsonbailey
Copy link
Contributor

@jsonbailey jsonbailey commented Feb 10, 2026

Requirements

  • I have added test coverage for new or changed functionality — N/A, documentation-only change
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions — N/A, documentation-only change

Related issues

None.

Describe the solution you've provided

Softens the pre-release warning language in all AI package READMEs. Across 4 files:

  • packages/sdk/server-ai/README.md
  • packages/ai-providers/server-ai-openai/README.md
  • packages/ai-providers/server-ai-langchain/README.md
  • packages/ai-providers/server-ai-vercel/README.md

Changes in each:

  1. Removed the # ⛔️⛔️⛔️⛔️ and # ☝️☝️☝️☝️☝️☝️ emoji header lines
  2. Kept the > [!CAUTION] block (preserving the red styling)
  3. Replaced "This library is a alpha version and should not be considered ready for production use while this message is visible." with the revised template:

    This SDK is in pre-release and not subject to backwards compatibility
    guarantees. The API may change based on feedback.

    Pin to a specific minor version and review the changelog before upgrading.

The OpenAI provider's separate > [!NOTE] block about the completion API migration is preserved unchanged.

Updates since last revision

  • Updated pinning line from "Pin to a specific minor version to avoid breaking changes." to "Pin to a specific minor version and review the changelog before upgrading." — each package's CHANGELOG.md is linked via a relative path from its own directory.

Human review checklist

  • Verify that "This SDK" is the preferred phrasing for the provider packages (as opposed to "This package" or "This provider") — the user's template used "This [SDK/feature]"
  • Confirm the [changelog](CHANGELOG.md) relative links resolve correctly from each package README on GitHub (each package directory contains its own CHANGELOG.md)
  • Confirm the multi-line > [!CAUTION] blockquote (with the blank > line and markdown link) renders correctly on GitHub

Additional context

Companion PR for the Python repo: launchdarkly/python-server-sdk-ai#90


Open with Devin

Co-Authored-By: jbailey@launchdarkly.com <accounts@sidewaysgravity.com>
@devin-ai-integration
Copy link
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@devin-ai-integration devin-ai-integration bot added the devin-pr PRs created by Devin AI label Feb 10, 2026
@jsonbailey jsonbailey marked this pull request as ready for review February 11, 2026 15:06
@jsonbailey jsonbailey requested a review from a team as a code owner February 11, 2026 15:06
devin-ai-integration bot and others added 2 commits February 11, 2026 16:06
Co-Authored-By: jbailey@launchdarkly.com <accounts@sidewaysgravity.com>
Co-Authored-By: jbailey@launchdarkly.com <accounts@sidewaysgravity.com>
@jsonbailey jsonbailey merged commit 07e3b5e into main Feb 11, 2026
9 checks passed
@jsonbailey jsonbailey deleted the devin/1770764870-update-prerelease-guidance branch February 11, 2026 16:38
@github-actions github-actions bot mentioned this pull request Feb 11, 2026
joker23 pushed a commit that referenced this pull request Feb 17, 2026
🤖 I have created a release *beep* *boop*
---


<details><summary>server-sdk-ai: 0.16.2</summary>

##
[0.16.2](server-sdk-ai-v0.16.1...server-sdk-ai-v0.16.2)
(2026-02-13)


### Bug Fixes

* Update pre-release usage guidance
([#1098](#1098))
([07e3b5e](07e3b5e))
</details>

<details><summary>server-sdk-ai-langchain: 0.4.5</summary>

##
[0.4.5](server-sdk-ai-langchain-v0.4.4...server-sdk-ai-langchain-v0.4.5)
(2026-02-13)


### Bug Fixes

* Update pre-release usage guidance
([#1098](#1098))
([07e3b5e](07e3b5e))


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @launchdarkly/server-sdk-ai bumped from ^0.16.1 to ^0.16.2
  * peerDependencies
    * @launchdarkly/server-sdk-ai bumped from ^0.15.0 to ^0.16.2
</details>

<details><summary>server-sdk-ai-openai: 0.4.5</summary>

##
[0.4.5](server-sdk-ai-openai-v0.4.4...server-sdk-ai-openai-v0.4.5)
(2026-02-13)


### Bug Fixes

* Update pre-release usage guidance
([#1098](#1098))
([07e3b5e](07e3b5e))


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @launchdarkly/server-sdk-ai bumped from ^0.16.1 to ^0.16.2
  * peerDependencies
    * @launchdarkly/server-sdk-ai bumped from ^0.15.0 to ^0.16.2
</details>

<details><summary>server-sdk-ai-vercel: 0.4.5</summary>

##
[0.4.5](server-sdk-ai-vercel-v0.4.4...server-sdk-ai-vercel-v0.4.5)
(2026-02-13)


### Bug Fixes

* Update pre-release usage guidance
([#1098](#1098))
([07e3b5e](07e3b5e))


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @launchdarkly/server-sdk-ai bumped from ^0.16.1 to ^0.16.2
  * peerDependencies
    * @launchdarkly/server-sdk-ai bumped from ^0.15.0 to ^0.16.2
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Release-only changes (version/changelog/dependency bumps) with no
functional code changes beyond updating the reported SDK version
constant.
> 
> **Overview**
> Publishes a new patch release across `@launchdarkly/server-sdk-ai`
(`0.16.2`) and the LangChain/OpenAI/Vercel provider packages (`0.4.5`),
updating `.release-please-manifest.json`, package versions, and
changelogs.
> 
> Bumps provider dev dependency pins to
`@launchdarkly/server-sdk-ai@^0.16.2`, updates example apps to reference
`0.16.2`, and updates `server-ai`’s `aiSdkVersion` constant accordingly.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
3ce43ff. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devin-pr PRs created by Devin AI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants